home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / david.swf / scripts / DefineButton2_763 / BUTTONCONDACTION on(keyPress Enter).as
Encoding:
Text File  |  2007-03-28  |  146 b   |  6 lines

  1. on(keyPress "<Enter>"){
  2.    _root.maal = 50;
  3.    _root.crossfade.swapDepths(_root.getNextHighestDepth());
  4.    _root.crossfade.gotoAndPlay(2);
  5. }
  6.